DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetViewForFooter Method

In This Topic
    GetViewForFooter Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetViewForFooter( _
       ByVal tableView As UIKit.UITableView, _
       ByVal section As IntPtr _
    ) As UIKit.UIView
    public virtual UIKit.UIView GetViewForFooter( 
       UIKit.UITableView tableView,
       IntPtr section
    )

    Parameters

    tableView
    section
    See Also